C# Class TrueVault.Net.Dto.Schema.SchemaSaveRequestDto

Show file Open project: hsrob/TrueVault.Net

Public Methods

Method Description
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.

Method Details

SchemaSaveRequestDto() public method

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
return System