C# Class FSClient.FieldValue

Inheritance: ObservableClass
Mostra file Open project: mitchcapper/FSClient Class Usage Examples

Public Properties

Property Type Description
field Field

Public Methods

Method Description
FieldValues ( Field fields ) : FSClient.FieldValue[]
GetByDisplayName ( FieldValue values, string name ) : FieldValue
GetByName ( FieldValue values, string name ) : FieldValue
SetValues ( FieldValue values ) : void
ToString ( ) : string

Method Details

FieldValues() public static method

public static FieldValues ( Field fields ) : FSClient.FieldValue[]
fields Field
return FSClient.FieldValue[]

GetByDisplayName() public static method

public static GetByDisplayName ( FieldValue values, string name ) : FieldValue
values FieldValue
name string
return FieldValue

GetByName() public static method

public static GetByName ( FieldValue values, string name ) : FieldValue
values FieldValue
name string
return FieldValue

SetValues() public static method

public static SetValues ( FieldValue values ) : void
values FieldValue
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

field public_oe property

public Field,FSClient field
return Field