Specifies how to map source attribute values to custom values when populating an IndexField .
 Declaration Syntax
 Declaration Syntax| C# | 
public class SourceDataMap
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SourceDataMap()()()() | Initializes a new instance of the SourceDataMap class | 
|  | Cases | 
            A map that translates source field values to custom values.
             
             | 
|  | DefaultValue | 
            The default value to use if the source attribute is not specified in a document. Optional.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | SourceName | 
            The name of the document source field to add to this IndexField.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCases(array<KeyValuePair<(Of <<'(String, String>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the Cases dictionary.
             | 
|  | WithDefaultValue(String) | Obsolete. 
            Sets the DefaultValue property
             | 
|  | WithSourceName(String) | Obsolete. 
            Sets the SourceName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | SourceDataMap |