C# Class ErpAdministracaoModel.ConvenioPlanoSaudeSet

Inheritance: System.Data.Objects.DataClasses.EntityObject
显示文件 Open project: arthurgfonseca/ERP-Grupo5 Class Usage Examples

Private Properties

Property Type Description
AttachConvenioServicoSet void
DetachConvenioServicoSet void
FilterConvenioServicoSet bool
OnCreated void
OncodigoChanged void
OncodigoChanging void
OncodigoChanging void
OnempresaChanged void
OnempresaChanging void
OnempresaChanging void
OnobservacoesChanged void
OnobservacoesChanging void
OnobservacoesChanging void
OnplanoChanged void
OnplanoChanging void
OnplanoChanging void
OntelefoneChanged void
OntelefoneChanging void
OntelefoneChanging void

Public Methods

Method Description
ConvenioPlanoSaudeSet ( ) : System

Initializes a new instance of the ConvenioPlanoSaudeSet class.

CreateConvenioPlanoSaudeSet ( global codigo, global empresa, global plano, global telefone, global observacoes ) : ConvenioPlanoSaudeSet

Create a new ConvenioPlanoSaudeSet object.

GetIdentity ( ) : object

Computes a value from the key fields that uniquely identifies this entity instance.

Private Methods

Method Description
AttachConvenioServicoSet ( ConvenioServicoSet entity ) : void
DetachConvenioServicoSet ( ConvenioServicoSet entity ) : void
FilterConvenioServicoSet ( ConvenioServicoSet entity ) : bool
OnCreated ( ) : void

This method is invoked from the constructor once initialization is complete and can be used for further object setup.

OncodigoChanged ( ) : void
OncodigoChanging ( global value ) : void
OncodigoChanging ( int value ) : void
OnempresaChanged ( ) : void
OnempresaChanging ( global value ) : void
OnempresaChanging ( string value ) : void
OnobservacoesChanged ( ) : void
OnobservacoesChanging ( global value ) : void
OnobservacoesChanging ( string value ) : void
OnplanoChanged ( ) : void
OnplanoChanging ( global value ) : void
OnplanoChanging ( string value ) : void
OntelefoneChanged ( ) : void
OntelefoneChanging ( global value ) : void
OntelefoneChanging ( string value ) : void

Method Details

ConvenioPlanoSaudeSet() public method

Initializes a new instance of the ConvenioPlanoSaudeSet class.
public ConvenioPlanoSaudeSet ( ) : System
return System

CreateConvenioPlanoSaudeSet() public static method

Create a new ConvenioPlanoSaudeSet object.
public static CreateConvenioPlanoSaudeSet ( global codigo, global empresa, global plano, global telefone, global observacoes ) : ConvenioPlanoSaudeSet
codigo global Initial value of the codigo property.
empresa global Initial value of the empresa property.
plano global Initial value of the plano property.
telefone global Initial value of the telefone property.
observacoes global Initial value of the observacoes property.
return ConvenioPlanoSaudeSet

GetIdentity() public method

Computes a value from the key fields that uniquely identifies this entity instance.
public GetIdentity ( ) : object
return object