C# Class FlexiWebSDK.DomainModels.XField

Inheritance: XBase
显示文件 Open project: FlexiDB/PublicCSharpLib Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsSystemReservedFieldName ( string fieldName ) : bool
XField ( string name ) : System
XField ( string name, string value ) : System

Method Details

IsSystemReservedFieldName() public static method

public static IsSystemReservedFieldName ( string fieldName ) : bool
fieldName string
return bool

XField() public method

public XField ( string name ) : System
name string
return System

XField() public method

public XField ( string name, string value ) : System
name string
value string
return System