C# 클래스 TrueVault.Net.Dto.Schema.SchemaSaveRequestDto

파일 보기 프로젝트 열기: hsrob/TrueVault.Net

공개 메소드들

메소드 설명
SchemaSaveRequestDto ( SchemaDto schemaDto ) : System

Creates a Schema request DTO for POST or PUT operations. The Schema will be serialized and converted to a Base64 Encoded JSON string.

메소드 상세

SchemaSaveRequestDto() 공개 메소드

Creates a Schema request DTO for POST or PUT operations. The Schema will be serialized and converted to a Base64 Encoded JSON string.
public SchemaSaveRequestDto ( SchemaDto schemaDto ) : System
schemaDto SchemaDto The schema to create
리턴 System