C# 클래스 Cedar.XmlDataWriter

상속: IDataWriter
파일 보기 프로젝트 열기: Vadi/Cedar 1 사용 예제들

공개 메소드들

메소드 설명
AddAppSchema ( AppSchema appSchema ) : void
AddShard ( Shard shard, ShardWile shardWile ) : void
EditAppSchema ( string appName, AppSchema appSchema ) : void
EditShard ( long shardId, Shard shard, ShardWile shardWile ) : void

메소드 상세

AddAppSchema() 공개 메소드

public AddAppSchema ( AppSchema appSchema ) : void
appSchema AppSchema
리턴 void

AddShard() 공개 메소드

public AddShard ( Shard shard, ShardWile shardWile ) : void
shard Shard
shardWile ShardWile
리턴 void

EditAppSchema() 공개 메소드

public EditAppSchema ( string appName, AppSchema appSchema ) : void
appName string
appSchema AppSchema
리턴 void

EditShard() 공개 메소드

public EditShard ( long shardId, Shard shard, ShardWile shardWile ) : void
shardId long
shard Shard
shardWile ShardWile
리턴 void