Show / Hide Table of Contents

Interface ISEMSInitialization

Namespace: SecureExchangesSDK.Models.Contract
Assembly: SecureExchangesSDK.dll
Syntax
public interface ISEMSInitialization

Properties

Cpart

Declaration
string Cpart { get; set; }
Property Value
Type Description
System.String

MessageID

Declaration
string MessageID { get; set; }
Property Value
Type Description
System.String

NIv

Declaration
Guid NIv { get; set; }
Property Value
Type Description
System.Guid

P2

Declaration
Guid P2 { get; set; }
Property Value
Type Description
System.Guid

Sems

Declaration
Guid Sems { get; set; }
Property Value
Type Description
System.Guid

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX