Class CreateStateSetup
Inheritance
System.Object
    CreateStateSetup
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: FChoice.Toolkits.Clarify.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreateStateSetup
  Constructors
CreateStateSetup(String, String, String)
Declaration
[ConstructorIndex(0)]
public CreateStateSetup(string state, string fullName, string country)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | state | |
| System.String | fullName | |
| System.String | country | 
Properties
Country
Declaration
[PropertyBitValue(8)]
public string Country { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FullName
Declaration
[PropertyBitValue(2)]
public string FullName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IsDefault
Declaration
[PropertyBitValue(4)]
public bool IsDefault { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
State
Declaration
[PropertyBitValue(1)]
public string State { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |