C# 클래스 nabu.Documento

파일 보기 프로젝트 열기: sabtvg/nabu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
URLPath string
fecha System.DateTime
fname string
grupo Grupo
logs List
modeloID string
nombre string
path string
propuestas List
titulo string

공개 메소드들

메소드 설명
EjecutarConsenso ( ) : void
addLog ( string msg ) : void
load ( string path ) : Documento
save ( ) : void
toHTMLSeguimiento ( ) : string

메소드 상세

EjecutarConsenso() 공개 메소드

public EjecutarConsenso ( ) : void
리턴 void

addLog() 공개 메소드

public addLog ( string msg ) : void
msg string
리턴 void

load() 공개 정적인 메소드

public static load ( string path ) : Documento
path string
리턴 Documento

save() 공개 메소드

public save ( ) : void
리턴 void

toHTMLSeguimiento() 공개 메소드

public toHTMLSeguimiento ( ) : string
리턴 string

프로퍼티 상세

URLPath 공개적으로 프로퍼티

public string URLPath
리턴 string

fecha 공개적으로 프로퍼티

public DateTime,System fecha
리턴 System.DateTime

fname 공개적으로 프로퍼티

public string fname
리턴 string

grupo 공개적으로 프로퍼티

public Grupo,nabu grupo
리턴 Grupo

logs 공개적으로 프로퍼티

public List logs
리턴 List

modeloID 공개적으로 프로퍼티

public string modeloID
리턴 string

nombre 공개적으로 프로퍼티

public string nombre
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string

propuestas 공개적으로 프로퍼티

public List propuestas
리턴 List

titulo 공개적으로 프로퍼티

public string titulo
리턴 string