C# 클래스 CHAOS.Portal.Client.MCM.Extensions.MetadataSchemaExtension

상속: AExtension, IMetadataSchemaExtension
파일 보기 프로젝트 열기: CHAOS-Community/CHAOS.Portal.Client-.NET

공개 메소드들

메소드 설명
Create ( string name, System.Xml.Linq.XElement schemaXml, System.Guid guid = null ) : IServiceCallState>
Delete ( System.Guid guid ) : IServiceCallState>
Get ( System.Guid guid ) : IServiceCallState>
Update ( string name, System.Xml.Linq.XElement schemaXml, System.Guid guid ) : IServiceCallState>

메소드 상세

Create() 공개 메소드

public Create ( string name, System.Xml.Linq.XElement schemaXml, System.Guid guid = null ) : IServiceCallState>
name string
schemaXml System.Xml.Linq.XElement
guid System.Guid
리턴 IServiceCallState>

Delete() 공개 메소드

public Delete ( System.Guid guid ) : IServiceCallState>
guid System.Guid
리턴 IServiceCallState>

Get() 공개 메소드

public Get ( System.Guid guid ) : IServiceCallState>
guid System.Guid
리턴 IServiceCallState>

Update() 공개 메소드

public Update ( string name, System.Xml.Linq.XElement schemaXml, System.Guid guid ) : IServiceCallState>
name string
schemaXml System.Xml.Linq.XElement
guid System.Guid
리턴 IServiceCallState>