C# 클래스 Signum.React.Json.EntityJsonConverter.IdentityInfo

파일 보기 프로젝트 열기: signumsoftware/framework

공개 프로퍼티들

프로퍼티 타입 설명
Id string
IsNew bool?
Modified bool?
Ticks long?
ToStr string
Type string

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Id 공개적으로 프로퍼티

public string Id
리턴 string

IsNew 공개적으로 프로퍼티

public bool? IsNew
리턴 bool?

Modified 공개적으로 프로퍼티

public bool? Modified
리턴 bool?

Ticks 공개적으로 프로퍼티

public long? Ticks
리턴 long?

ToStr 공개적으로 프로퍼티

public string ToStr
리턴 string

Type 공개적으로 프로퍼티

public string Type
리턴 string