Method | Description | |
---|---|---|
Exists ( ) : bool |
Exists returns true if the NCldr data file exists
|
|
Load ( ) : INCldrData |
Loads loads the raw data from the NCldr data file and returns an NCldrData object
|
|
Save ( INCldrData ncldrData ) : void |
Save saves the NCldrData object to the NCldr data file
|
Method | Description | |
---|---|---|
AddProtobufType ( |
Adds a default protobuf data contract to the protobuf runtime model
|
|
ProtobufFileDataSource ( ) : System |
Initializes static members of the ProtobufFileDataSource class
|
public Save ( INCldrData ncldrData ) : void | ||
ncldrData | INCldrData | The INCldrData object to save |
return | void |