MonoSoftware.MonoX.DAL.EntityClasses.SnNoteEntity.SnNoteEntity C# (CSharp) Method

SnNoteEntity() public method

CTor
The entity is not fetched by this constructor. Use a DataAccessAdapter for that.
public SnNoteEntity ( System id, IValidator validator ) : System.Runtime.Serialization
id System PK value for SnNote which data should be fetched into this SnNote object
validator IValidator The custom validator object for this SnNoteEntity
return System.Runtime.Serialization
        public SnNoteEntity(System.Guid id, IValidator validator)
            : base("SnNoteEntity")
        {
            InitClassEmpty(validator, null);
            this.Id = id;
        }

Same methods

SnNoteEntity::SnNoteEntity ( ) : System.Runtime.Serialization
SnNoteEntity::SnNoteEntity ( IEntityFields2 fields ) : System.Runtime.Serialization
SnNoteEntity::SnNoteEntity ( IValidator validator ) : System.Runtime.Serialization
SnNoteEntity::SnNoteEntity ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
SnNoteEntity::SnNoteEntity ( System id ) : System.Runtime.Serialization